Hi Nicola
You may create the projects with the Makefile Generator script (Development category). As a starting point, yes, replace the SandBox name everywhere.
Then, you may start creating your own code. I suggest you to start working over the Instance.cpp and .h files. In the header you should just set the variable names you want. Then, modify the constructor and copy functions on the cpp. Your code should be inside the Engine (starting in the Apply function), but you may also work on the ExecuteOn function.
If you are using custom parameters, remember to adjust the Parameters.cpp and .h files, and also Process.cpp to reflect those changes. Of course, you'll need to rewrite the interface too.