User Authentication/Sign Up

Hi! Is there a way to send a non-authenticated user to the Sign Up page instead of the Login Page when they attempt to access a protected resource?

Not natively.
You could write a simple session-storage-based redirect mechanism using custom code.