I wanted an easy of way of developing scala and spark code on my local Windows machine. These steps got it working.
1. Download and install java: http://java.com/en/download/
2. Install Scala:
3. Install Spark
4. Install winutils
Spark expects winutils.exe (part of Hadoop) to exist with this setup, otherwise we receive an error.
5. Test the installation