If you have to ask, you're not ready, i.e. lack the knowledge and experience, for the amount of work required to build something like a Minecraft clone.
You're probably better of using some engine that already has some templates that are Minecraft-like.
Otherwise you'll have to learn about 3D rendering with OpenGL, as SFML doesn't provide support for that. Then you need to learn about all the details of how Minecraft works. Find out how to optimize chunk loading and rendering. Apply lighting to everything. And yet, you'll still just be at the very beginning. Mining, crafting, red stone, NPC, fight system, etc. etc.
There are a few people who implemented some basic Minecraft version using SFML, you can find them by just using a web search engine with the terms: "SFML minecraft"